|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.projects.core.internals.VoiceResource
org.eclipse.vtp.desktop.projects.core.internals.MediaResource
org.eclipse.vtp.desktop.projects.core.internals.MediaFile
org.eclipse.vtp.desktop.projects.core.internals.GrammarFile
public class GrammarFile
This is a concrete implementation of IGrammarFile
and provides the default behavior of that interface.
| Constructor Summary | |
|---|---|
GrammarFile(IMediaContainer container,
org.eclipse.core.resources.IFile file)
Creates a new GrammarFile in the given media
container with the provided eclipse file resource. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.MediaFile |
|---|
getUnderlyingFile, length, open |
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.MediaResource |
|---|
delete, exists, getMediaPath, getName, getObjectId, getParent, getParentMediaContainer |
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.VoiceResource |
|---|
addRefreshListener, deferEvents, finalize, getAdapter, getProject, processObjectEvent, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaFile |
|---|
length, open |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaResource |
|---|
delete, exists, getMediaPath, getParentMediaContainer |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public GrammarFile(IMediaContainer container,
org.eclipse.core.resources.IFile file)
GrammarFile in the given media
container with the provided eclipse file resource.
container - The parent media containerfile - The eclipse file resource this grammar file represents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||